added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSSL3IsolatedStorage / CSSL3IsolatedStorage.csproj
blobf47fc5b8a1481ac8552ad2509fac202aaff468af
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.30729</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{65D56B08-21CD-4DA4-8FC1-20ED83C91DBF}</ProjectGuid>
8     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>CSSL3IsolatedStorage</RootNamespace>
12     <AssemblyName>CSSL3IsolatedStorage</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <SilverlightApplication>true</SilverlightApplication>
15     <SupportedCultures>
16     </SupportedCultures>
17     <XapOutputs>true</XapOutputs>
18     <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
19     <XapFilename>CSSL3IsolatedStorage.xap</XapFilename>
20     <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
21     <SilverlightAppEntry>CSSL3IsolatedStorage.App</SilverlightAppEntry>
22     <TestPageFileName>TestPage.html</TestPageFileName>
23     <CreateTestPage>true</CreateTestPage>
24     <ValidateXaml>true</ValidateXaml>
25     <EnableOutOfBrowser>false</EnableOutOfBrowser>
26     <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
27     <UsePlatformExtensions>false</UsePlatformExtensions>
28     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
29     <LinkedServerProject>
30     </LinkedServerProject>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <OutputPath>Bin\Debug</OutputPath>
37     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
38     <NoStdLib>true</NoStdLib>
39     <NoConfig>true</NoConfig>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42   </PropertyGroup>
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44     <DebugType>pdbonly</DebugType>
45     <Optimize>true</Optimize>
46     <OutputPath>Bin\Release</OutputPath>
47     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
48     <NoStdLib>true</NoStdLib>
49     <NoConfig>true</NoConfig>
50     <ErrorReport>prompt</ErrorReport>
51     <WarningLevel>4</WarningLevel>
52   </PropertyGroup>
53   <ItemGroup>
54     <Reference Include="System.Windows" />
55     <Reference Include="mscorlib" />
56     <Reference Include="system" />
57     <Reference Include="System.Core" />
58     <Reference Include="System.Net" />
59     <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
60     <Reference Include="System.Windows.Controls.Toolkit, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
61     <Reference Include="System.Xml" />
62     <Reference Include="System.Windows.Browser" />
63   </ItemGroup>
64   <ItemGroup>
65     <Compile Include="App.xaml.cs">
66       <DependentUpon>App.xaml</DependentUpon>
67     </Compile>
68     <Compile Include="MainPage.xaml.cs">
69       <DependentUpon>MainPage.xaml</DependentUpon>
70     </Compile>
71     <Compile Include="Properties\AssemblyInfo.cs" />
72   </ItemGroup>
73   <ItemGroup>
74     <ApplicationDefinition Include="App.xaml">
75       <SubType>Designer</SubType>
76       <Generator>MSBuild:MarkupCompilePass1</Generator>
77     </ApplicationDefinition>
78     <Page Include="MainPage.xaml">
79       <SubType>Designer</SubType>
80       <Generator>MSBuild:MarkupCompilePass1</Generator>
81     </Page>
82   </ItemGroup>
83   <ItemGroup>
84     <None Include="Properties\AppManifest.xml" />
85   </ItemGroup>
86   <ItemGroup>
87     <Content Include="Images\file.png" />
88     <Content Include="Images\dir.png" />
89     <Content Include="ReadMe.txt" />
90   </ItemGroup>
91   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
92   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
93        Other similar extension points exist, see Microsoft.Common.targets.
94   <Target Name="BeforeBuild">
95   </Target>
96   <Target Name="AfterBuild">
97   </Target>
98   -->
99   <ProjectExtensions>
100     <VisualStudio>
101       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
102         <SilverlightProjectProperties />
103       </FlavorProperties>
104     </VisualStudio>
105   </ProjectExtensions>
106 </Project>